home *** CD-ROM | disk | FTP | other *** search
- /* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Personas.
- *
- * The Initial Developer of the Original Code is Mozilla.
- * Portions created by the Initial Developer are Copyright (C) 2007
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Chris Beard <cbeard@mozilla.org>
- * Myk Melez <myk@mozilla.org>
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
- /**
- * The appearance of the Personas selector button.
- */
-
- #personas-selector-button {
- list-style-image: url("chrome://personas/skin/personas_16x16.png");
- -moz-image-region: rect(0, 16px, 16px, 0px);
- border: 0 !important;
- }
-
- #personas-selector-button[buttonover="true"],
- #personas-selector-button:hover {
- -moz-image-region: rect(16px, 16px, 32px, 0px);
- }
-
- #personas-selector-button[buttondown="true"],
- #personas-selector-button[open="true"],
- #personas-selector-button:hover:active {
- -moz-image-region: rect(48px, 16px, 64px, 0px);
- }
-
-
- /**
- * Modifications to the appearance of the browser chrome when the user
- * has selected a persona.
- */
-
- #main-window[persona] {
- -moz-appearance: none;
- background-repeat: no-repeat;
- background-position: top right;
- }
-
- #main-window[persona] #urlbar {
- opacity: 0.8;
- }
-
- #main-window[persona] #searchbar {
- opacity: 0.8;
- }
-
- #main-window[persona] toolbox {
- -moz-appearance: none !important;
- background-color: transparent !important;
- border-top: 0;
- }
-
- #main-window[persona] toolbar:not([id="FindToolbar"]), toolbarpalette {
- -moz-appearance: none !important;
- background-image: none !important; /* mac-specific */
- background-repeat: no-repeat !important; /* mac-specific */
- background-color: transparent !important; /* mac-specific */
- border-bottom-color: transparent !important;
- border-top-color: transparent !important;
- }
-
- #main-window[persona] toolbar:first-child, menubar {
- border-bottom-color: transparent;
- }
-
- #main-window[persona] toolbarbutton:not([class="tab-close-button"]) {
- -moz-appearance: none !important;
- background-color: transparent !important;
- background-repeat: no-repeat !important;
- }
-
- /* windows-specific tabs */
- #main-window[persona] .tabbrowser-tabs {
- background-color: transparent !important;
- background-image: none !important;
- }
-
- #main-window[persona] .tabbrowser-tab {
- background-color: transparent !important;
- background-image: none !important;
- opacity: 0.85 !important;
- }
-
- #main-window[persona] .tabbrowser-strip {
- -moz-appearance: none; /* mac-specific */
- }
-
- /* status bar */
- statusbar[persona] {
- -moz-appearance: none;
-
- border-bottom: 0 !important;
-
- background-repeat: no-repeat;
- background-position: top left;
- background-color: transparent;
- }
-
- #main-window[persona] statusbarpanel {
- -moz-appearance: none !important;
- border: 0 !important;
- }
-
- #main-window[_personas-dark-style*="both"] #navigator-toolbox menubar > menu,
- #main-window[_personas-dark-style*="both"] #navigator-toolbox toolbarbutton,
- #main-window[_personas-dark-style*="both"] > statusbar,
- #main-window[_personas-dark-style*="true"] #navigator-toolbox menubar > menu,
- #main-window[_personas-dark-style*="true"] #navigator-toolbox toolbarbutton,
- #main-window[_personas-dark-style*="true"] > statusbar,
- #main-window[_personas-dark-style*="toolbox"] #navigator-toolbox menubar > menu,
- #main-window[_personas-dark-style*="toolbox"] #navigator-toolbox toolbarbutton,
- #main-window[_personas-dark-style*="status"] > statusbar {
- color: white !important;
- }
-